wayland: Don't include gdkinternals.h
authorBenjamin Otte <otte@redhat.com>
Fri, 24 Sep 2021 19:49:38 +0000 (21:49 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 24 Sep 2021 20:50:29 +0000 (22:50 +0200)
12 files changed:
gdk/wayland/gdkapplaunchcontext-wayland.c
gdk/wayland/gdkcairocontext-wayland.c
gdk/wayland/gdkdevice-wayland.c
gdk/wayland/gdkdisplay-wayland.h
gdk/wayland/gdkdrag-wayland.c
gdk/wayland/gdkdrop-wayland.c
gdk/wayland/gdkeventsource.c
gdk/wayland/gdkglcontext-wayland.c
gdk/wayland/gdkglcontext-wayland.h
gdk/wayland/gdkprivate-wayland.h
gdk/wayland/gdksurface-wayland.c
gdk/wayland/gdkvulkancontext-wayland.c

index 1e0b1b94c2c0a314d9567dc1574563cd4ee9b1fc..c9498e507c2a81d848c2a190bc006e11e05ae07d 100644 (file)
@@ -26,7 +26,6 @@
 #include "gdkwayland.h"
 #include "gdkprivate-wayland.h"
 #include "gdkapplaunchcontextprivate.h"
-#include "gdkinternals.h"
 #include "gdkintl.h"
 
 typedef struct {
index 819daa140e3ae2527055e9dceff8a1dc6804cef3..4ce71343271ddf463b713a5c1abb2ac2c1f3d494 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "gdkprivate-wayland.h"
 
-#include "gdkinternals.h"
 #include "gdkprofilerprivate.h"
 
 static const cairo_user_data_key_t gdk_wayland_cairo_context_key;
index dc876b1f9a94a7cfabd34acdffe0ae35cef7e259..fdfb8968c07f79bfb44c675ea9193a555560b687 100644 (file)
 
 #include "config.h"
 
-#include <unistd.h>
-#include <fcntl.h>
-#include <errno.h>
+#include "gdkdevice-wayland-private.h"
 
-#include <string.h>
-#include "gdksurfaceprivate.h"
-#include "gdktypes.h"
 #include "gdkclipboard-wayland.h"
 #include "gdkclipboardprivate.h"
-#include "gdkprivate-wayland.h"
-#include "gdkseat-wayland.h"
-#include "gdkwayland.h"
-#include "gdkkeysyms.h"
-#include "gdkkeysprivate.h"
 #include "gdkcursorprivate.h"
 #include "gdkdeviceprivate.h"
 #include "gdkdevicepadprivate.h"
 #include "gdkdevicetoolprivate.h"
-#include "gdkdevice-wayland-private.h"
 #include "gdkdropprivate.h"
+#include "gdkeventsprivate.h"
+#include "gdkkeysprivate.h"
+#include "gdkkeysyms.h"
 #include "gdkprimary-wayland.h"
+#include "gdkprivate-wayland.h"
+#include "gdkseat-wayland.h"
 #include "gdkseatprivate.h"
+#include "gdksurfaceprivate.h"
+#include "gdktypes.h"
+#include "gdkwayland.h"
 #include "gdk-private.h"
 
 #include "pointer-gestures-unstable-v1-client-protocol.h"
 
 #include <xkbcommon/xkbcommon.h>
 
+#include <errno.h>
+#include <fcntl.h>
+#include <string.h>
+#include <unistd.h>
 #include <sys/time.h>
 #include <sys/mman.h>
 #if defined(HAVE_DEV_EVDEV_INPUT_H)
index 66e8020b283a2909ff1d5779ecbdddab4bcdf1af..932f39cb6ca6407323f7c5350c9f31e4b8c538b6 100644 (file)
@@ -42,7 +42,6 @@
 #include <glib.h>
 #include <gdk/gdkkeys.h>
 #include <gdk/gdksurface.h>
-#include <gdk/gdkinternals.h>
 #include <gdk/gdk.h>           /* For gdk_get_program_class() */
 
 #include "gdkdisplayprivate.h"
index 55521353c392f86f1fed22b7a7826e5a2f795437..f017b8474f8d6e95de4e824d2266d836a5204b34 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "gdkdragprivate.h"
 
-#include "gdkinternals.h"
 #include "gdkprivate-wayland.h"
 #include "gdkcontentformats.h"
 #include "gdkdisplay-wayland.h"
index 5d72b3fcf6fd204eae092ce91300a20620ceee16..8234096adb3d4ab535edc728a91ffcc176b384e5 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "gdkdropprivate.h"
 
-#include "gdkinternals.h"
 #include "gdkprivate-wayland.h"
 #include "gdkcontentformats.h"
 #include "gdkdisplay-wayland.h"
index 6f761f0ab78a74422abcc30893e914e5a8d37022..3ec81a13ff091e78372b4ae4d4cd4227a90b7e82 100644 (file)
 
 #include "config.h"
 
-#include "gdkinternals.h"
 #include "gdkprivate-wayland.h"
 
+#include "gdkeventsprivate.h"
+
 #include <unistd.h>
 #include <errno.h>
 
index f007ac6576d2a71d2f4247b0c2886333f16a0e54..c6401ccbf29bb89e0607a56e2f7618fd5bb99973 100644 (file)
@@ -31,7 +31,6 @@
 #include "gdkwaylandsurface.h"
 #include "gdkprivate-wayland.h"
 
-#include "gdkinternals.h"
 #include "gdk-private.h"
 #include "gdksurfaceprivate.h"
 #include "gdkprofilerprivate.h"
index 0a60a467be1a012ac519d9306c2c2b82c62eb2ea..04a7053bb4aa99d13d65e5d2008e787663b96de5 100644 (file)
@@ -25,7 +25,6 @@
 #include "gdkglcontextprivate.h"
 #include "gdkdisplayprivate.h"
 #include "gdksurface.h"
-#include "gdkinternals.h"
 
 #include <epoxy/egl.h>
 
index 09f41606f35db93ceebf1bd1c1988d19ede58f47..df072b4f8fda912b4043f6b2e8f24aaa5402dcec 100644 (file)
@@ -38,7 +38,6 @@
 
 #include <xkbcommon/xkbcommon.h>
 
-#include "gdkinternals.h"
 
 #define WL_SURFACE_HAS_BUFFER_SCALE 3
 #define WL_POINTER_HAS_FRAME 5
index 84ec54a335db36839e0db38deb3e8e4ca90c4e6a..4d1951e66d40ed2590b86395e5d8184ec6ec60cd 100644 (file)
@@ -22,6 +22,7 @@
 #include "gdkdeviceprivate.h"
 #include "gdkdisplay-wayland.h"
 #include "gdkdragsurfaceprivate.h"
+#include "gdkeventsprivate.h"
 #include "gdkframeclockidleprivate.h"
 #include "gdkglcontext-wayland.h"
 #include "gdkmonitor-wayland.h"
index ee88e8e66c0e879039b03a94c00be9455331a466..3e6c1086b39f3d5b91d7239a135f59202fa942a7 100644 (file)
@@ -26,7 +26,6 @@
 
 #include "gdkvulkancontext-wayland.h"
 
-#include "gdkinternals.h"
 #include "gdkwaylanddisplay.h"
 #include "gdkwaylandsurface.h"
 #include "gdkprivate-wayland.h"